home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_34028.txt < prev    next >
Text File  |  1990-08-14  |  4KB  |  212 lines

  1. -- card: 34028 from stack: in
  2. -- bmap block id: 34698
  3. -- flags: 4000
  4. -- background id: 25390
  5. -- name: Classroom Setup…
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=127 top=298 right=316 bottom=195
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: OK
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   lock screen
  23.   repeat with index = 1 to the number of card fields - 1
  24.     put empty into card field index
  25.   end repeat
  26.   repeat with index = 3 to the number of buttons
  27.     set hilite of button index to false
  28.   end repeat
  29.   doMenu first
  30.   unlock screen
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 2 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=327 top=298 right=316 bottom=395
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Cancel
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   lock screen
  50.   repeat with index = 1 to the number of card fields - 1
  51.     put empty into card field index
  52.   end repeat
  53.   repeat with index = 3 to the number of buttons
  54.     set hilite of button index to false
  55.   end repeat
  56.   doMenu first
  57.   unlock screen
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 3 (field)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=36 top=87 right=183 bottom=118
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 0
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 19
  73. -- part name: Room #
  74.  
  75.  
  76. -- part 4 (field)
  77. -- low flags: 00
  78. -- high flags: 0000
  79. -- rect: left=117 top=87 right=183 bottom=198
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 0
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 19
  87. -- part name: Phone #
  88.  
  89.  
  90. -- part 5 (field)
  91. -- low flags: 00
  92. -- high flags: 0000
  93. -- rect: left=198 top=87 right=183 bottom=251
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 65535
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 19
  101. -- part name: Capacity
  102.  
  103.  
  104. -- part 7 (field)
  105. -- low flags: 00
  106. -- high flags: 0000
  107. -- rect: left=321 top=87 right=183 bottom=461
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 0
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 19
  115. -- part name: Room Type
  116.  
  117.  
  118. -- part 8 (field)
  119. -- low flags: 01
  120. -- high flags: 0007
  121. -- rect: left=36 top=208 right=287 bottom=476
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 0
  125. -- font id: 0
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 19
  129. -- part name: Available Types
  130.  
  131.  
  132. -- part 9 (button)
  133. -- low flags: 00
  134. -- high flags: 2005
  135. -- rect: left=278 top=91 right=107 bottom=296
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: Scheduler 1
  144.  
  145.  
  146. -- part 10 (button)
  147. -- low flags: 00
  148. -- high flags: 2005
  149. -- rect: left=278 top=110 right=126 bottom=296
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: Scheduler 2
  158.  
  159.  
  160. -- part 11 (button)
  161. -- low flags: 00
  162. -- high flags: 2005
  163. -- rect: left=278 top=129 right=145 bottom=296
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: Scheduler 3
  172.  
  173.  
  174. -- part 12 (button)
  175. -- low flags: 00
  176. -- high flags: 2005
  177. -- rect: left=278 top=148 right=164 bottom=296
  178. -- title width / last selected line: 0
  179. -- icon id / first selected line: 0 / 0
  180. -- text alignment: 1
  181. -- font id: 0
  182. -- text size: 12
  183. -- style flags: 0
  184. -- line height: 16
  185. -- part name: Scheduler 4
  186.  
  187.  
  188. -- part 13 (button)
  189. -- low flags: 00
  190. -- high flags: 2005
  191. -- rect: left=278 top=167 right=183 bottom=296
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 0 / 0
  194. -- text alignment: 1
  195. -- font id: 0
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: Scheduler 5
  200.  
  201.  
  202. -- part contents for card part 8
  203. ----- text -----
  204. Classroom
  205. Computer Lab
  206. Drafting Room
  207. Gymnasium
  208. Home Ec. Room
  209. I.E. Shop
  210. Library
  211. Science Lab
  212. Typing Room